Carbon


FSGetResourceForkName

Header: Files.h Carbon status: Supported

Returns a Unicode string constant for the name of the resource fork.

OSErr FSGetResourceForkName (
    HFSUniStr255 *resourceForkName
);
resourceForkName

On return, a pointer to an HFSUniStr255 structure containing the Unicode name of the resource fork ( “RESOURCE_FORK” on input).

function result

A result code.

DISCUSSION

There is no parameter block-based form of this call since it is not dispatched to individual volume formats, and does not require any I/O.

AVAILABILITY

Supported in Carbon. Available in Mac OS 9, and later when Carbon 1.0.2 or later is present.


© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)